home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilsys / rss14gmd.lha / RSys_1.4gmd / Proto / Extern_protos.h < prev    next >
C/C++ Source or Header  |  1996-05-05  |  413b  |  25 lines

  1. /* Prototypes for functions defined in
  2. C/Extern.c
  3.  */
  4.  
  5. int GetFile(WINDOW * , char * , char * , char * , char * , char * );
  6.  
  7. BPTR AskFileMode(char * , WINDOW * );
  8.  
  9. void SaveList(WINDOW * , char * , char * , LIST * , int );
  10.  
  11. int SysStarted(int );
  12.  
  13. extern LIBRARY * TranslatorBase;
  14.  
  15. extern MSGPORT * narratorPort;
  16.  
  17. extern NARRATOR_RB request;
  18.  
  19. void RemoveSpeech(void);
  20.  
  21. int InitSpeech(void);
  22.  
  23. void Speak(char * );
  24.  
  25.